Apple II
Sample Code Notes
_____________________________________________________________________________
                                                  Developer Technical Support

#11:    PrRecord.Spy

Version:    3.1                                                     June 1990

APW Components:    PrRec.Spy.asm
                   Spy.Stds.asm
                   Full.Build
                   Build
                   Build.Macros 

MPW Components:    PrRecord.Spy.Aii
                   Spy.Stds.Aii
                   MakeFile

PrRecord.Spy shows how Print Manager records are modified as a result of 
interactively changing the standard Apple IIGS Choose Printer, Page Setup, and 
Printer Job dialog box settings.  Comparing record fields in both print record 
windows after adjusting the settings provides insight to the Print Manager's 
workings.  Modified record values are displayed in boldface in the Current 
Settings window.
_____________________________________________________________________________

This sample program shows how to make most Print Manager calls from a 65816 
assembly language application.  It also demonstrates the use of Print Manager 
call PMLoadDriver, supported by Apple IIGS System Disk 3.2 and later.

APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
Build.Macros allow you to perform complete or partial rebuilds of the load 
file PrRecord.Spy.

MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
found in the MakeFile.
